home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 January / PCWorld_2003-01_cd.bin / Software / Vyzkuste / prohlizece / prohlizece.exe / slowview.exe / {app} / CmdLine.txt next >
Text File  |  2002-08-08  |  1KB  |  46 lines

  1. SlowView Commandline options:
  2. http://www.slowview.at
  3.  
  4.  
  5. -t                 // starts Thumbnailsmode and loads the current directroy
  6. -t="Directory"     // starts Thumbnailsmode and loads the specified directroy
  7. -p                 // loads the given Image, prints it and exits SV.
  8. -f                 // starts in Fullscreenmode.
  9. -m                 // enables the "Always Maximize" Mode.
  10. -s="Directory"     // Starts a slideshow in the specified Directory
  11. -o                 // This shows the Settings/Options with the Filetypestab selected
  12.  
  13.  
  14. ===========================================
  15. Note: Only lowercase options are supported!
  16. ===========================================
  17.  
  18.  
  19. =========
  20. Examples:
  21. =========
  22.  
  23. // Just load an image:
  24. ======================
  25. Slowview.exe "SlowView.jpg" 
  26.  
  27. // load an image and print it:
  28. ==============================
  29. Slowview.exe "SlowView.jpg" -p
  30.  
  31. // load an image and show it in Fullscreen:
  32. ===========================================
  33. Slowview.exe "SlowView.jpg" -f
  34.  
  35. // Start Thumbnailer with the current Directory:
  36. ================================================
  37. Slowview.exe -t
  38.  
  39. // Start Thumbnailer with the specified Directory:
  40. ==================================================
  41. Slowview.exe -t="C:\MyPicsForExample" 
  42.  
  43. // Start SlideShow in Fullscreen with specified Directory:
  44. ==========================================================
  45. Slowview.exe -f -s="C:\MyPicsForExample" 
  46.